home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / misc / README.mon < prev    next >
Text File  |  1992-09-30  |  386b  |  14 lines

  1. Before you can load monitor.o, you have to hack it as follows:
  2.  
  3. BSD:
  4.      1) ar x /lib/libc.a mon.o
  5.      2) In the symboltable of mon.o replace mcount by Mcount
  6.     and _moncontrol by _Moncontrol (using emacs).
  7.  
  8. Sun:
  9.      1) cp /lib/mcrt0.o mon.o
  10.      2) In the symboltable of mon.o replace start by Start
  11.     and _environ by _Environ.
  12.  
  13. 3) ld -r mon.o monitor.o; mv a.out monitor.o; rm mon.o
  14.